home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1644 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: hercules.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@hercules.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 22 Jan 1996 13:28:04 GMT
  6. Organization: Technical University of Berlin, Germany
  7. Message-ID: <4e03d4$cei@news.cs.tu-berlin.de>
  8. References: <4d0ou6$835@astfgl.idb.hist.no> <Z31Wx*zA0@mkmk.in-chemnitz.de> <4d42di$9e9@maureen.teleport.com> <4d5lvi$emc@brachio.zrz.TU-Berlin.DE> <4d6v0t$3dt@maureen.teleport.com> <4dg4jk$km@news.cs.tu-berlin.de> <4dhvd5$5r2@maureen.teleport.com> <4dj5g
  9. NNTP-Posting-Host: hercules.zrz.tu-berlin.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13.  
  14. sschaem@teleport.com (Stephan Schaem) writes:
  15.  
  16. >Philipp Boerker (rawneiha@w353zrz.zrz.TU-Berlin.DE) wrote:
  17. >: sschaem@teleport.com (Stephan Schaem) writes:
  18.  
  19.  
  20. > How many int instruction can the PPC execute in 1 cycle?
  21. > 2 or more?
  22.  
  23. PPC 603:
  24. one int, one float and one mem operation per cycle (sceduled)
  25. all instructions take one cycle except:
  26. int multiplication 5,6 or 9 c (depends on the operands)
  27. int divide 38c
  28. float muls double prec 2c
  29. float divide single prec 18c
  30. float divide double prec 34c (?)
  31.  
  32. PPC 604:
  33. three int, one float, one mem per cycle
  34. I think (don't have a cycle table but heard "rumours") all instr
  35. take 1 c except the divide operations that are 1c faster than on 603.
  36.  
  37.  
  38.  
  39. > How much for a 100mhz 604? what is its top mips rating?
  40.  
  41. Don't know MIPS, but a 133 MHz 604 is three times faster than a
  42. 90 MHz Pentium (refering to BYTE), that is faster than the 200 MHz
  43. Pentium Pro.
  44.  
  45. Greets,
  46. Phil.
  47. grond/matrix
  48.  
  49.